home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / enscript.4 / enscript / enscript-1.4.0 / Makefile.in < prev    next >
Encoding:
Makefile  |  1996-06-30  |  9.2 KB  |  317 lines

  1. # Makefile.in generated automatically by automake 1.0 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7. #
  8.  
  9. # Top level Makefile for enscript.
  10.  
  11. # Copyright (c) 1995 Markku Rossi
  12.  
  13. #
  14.  
  15. # Author: Markku Rossi <mtr@iki.fi>
  16.  
  17. #
  18.  
  19. #
  20. # This file is part of GNU enscript.
  21. # This program is free software; you can redistribute it and/or modify
  22. # it under the terms of the GNU General Public License as published by
  23. # the Free Software Foundation; either version 2, or (at your option)
  24. # any later version.
  25. #
  26. # This program is distributed in the hope that it will be useful,
  27. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  28. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  29. # GNU General Public License for more details.
  30. #
  31. # You should have received a copy of the GNU General Public License
  32. # along with this program; see the file COPYING.  If not, write to
  33. # the Free Software Foundation, 59 Temple Place - Suite 330,
  34. # Boston, MA 02111-1307, USA.
  35. #
  36.  
  37.  
  38. SHELL = /bin/sh
  39.  
  40. srcdir = @srcdir@
  41. top_srcdir = @top_srcdir@
  42. VPATH = @srcdir@
  43. prefix = @prefix@
  44. exec_prefix = @exec_prefix@
  45.  
  46. bindir = @bindir@
  47. sbindir = @sbindir@
  48. libexecdir = @libexecdir@
  49. datadir = @datadir@
  50. sysconfdir = @sysconfdir@
  51. sharedstatedir = @sharedstatedir@
  52. localstatedir = @localstatedir@
  53. libdir = @libdir@
  54. infodir = @infodir@
  55. mandir = @mandir@
  56. includedir = @includedir@
  57. oldincludedir = /usr/include
  58.  
  59. pkgdatadir = $(datadir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkgincludedir = $(includedir)/@PACKAGE@
  62.  
  63. top_builddir = .
  64.  
  65. INSTALL = @INSTALL@
  66. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  67. INSTALL_DATA = @INSTALL_DATA@
  68. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  69. transform = @program_transform_name@
  70.  
  71. SUBDIRS = compat afm afmlib lib scripts intl src po
  72.  
  73. man_MANS = enscript.1
  74.  
  75. EXTRA_DIST = README.ESCAPES README.DOS FAQ.html ABOUT-NLS \
  76.     ascii.txt asciiscands.txt latin1.txt latin2.txt latin3.txt \
  77.     ibmpc.txt mac.txt vms.txt hp8.txt \
  78.     mtr.eps mtr_small.eps mtr_tiny.eps
  79. ACLOCAL = aclocal.m4
  80. ACCONFIG = acconfig.h
  81. CONFIG_HEADER_IN = config.h.in
  82. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  83. CONFIG_HEADER = ./config.h
  84. MANS = enscript.1
  85.  
  86. NROFF = nroff
  87. DIST_COMMON = README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
  88. Makefile.am Makefile.in NEWS README TODO acconfig.h aclocal.m4 \
  89. config.h.in configure configure.in install-sh mkinstalldirs stamp-h.in
  90.  
  91.  
  92. PACKAGE = @PACKAGE@
  93. VERSION = @VERSION@
  94.  
  95. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  96.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  97. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  98.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  99.  
  100. TAR = tar
  101. default: all
  102.  
  103.  
  104. $(srcdir)/Makefile.in: Makefile.am configure.in
  105.     cd $(srcdir) && automake Makefile
  106.  
  107. # For an explanation of the following Makefile rules, see node
  108. # `Automatic Remaking' in GNU Autoconf documentation.
  109. Makefile: Makefile.in config.status
  110.     CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
  111. config.status: configure
  112.     ./config.status --recheck
  113. $(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
  114.     cd $(srcdir) && autoconf
  115.  
  116. $(CONFIG_HEADER): stamp-h
  117. stamp-h: $(CONFIG_HEADER_IN) config.status
  118.     CONFIG_FILES= CONFIG_HEADERS=$(CONFIG_HEADER) ./config.status
  119.     @echo timestamp > stamp-h
  120. $(srcdir)/$(CONFIG_HEADER_IN): stamp-h.in
  121. $(srcdir)/stamp-h.in: configure.in $(ACLOCAL) $(ACCONFIG) $(CONFIG_TOP) $(CONFIG_BOT)
  122.     cd $(srcdir) && autoheader
  123.     echo timestamp > $(srcdir)/stamp-h.in
  124. install-man: $(MANS)
  125.     $(mkinstalldirs) $(mandir)/man1
  126.     @sect=1;                \
  127.     inst=`echo "enscript" | sed '$(transform)'`.1; \
  128.     echo installing enscript.1 as $(mandir)/man$$sect/$$inst; \
  129.     $(INSTALL_DATA) $(srcdir)/enscript.1 $(mandir)/man$$sect/$$inst
  130.  
  131. uninstall-man:
  132.     inst=`echo "enscript" | sed '$(transform)'`.1; \
  133.     rm -f $(mandir)/man1/$$inst
  134.  
  135.  
  136. # This directory's subdirectories are mostly independent; you can cd
  137. # into them and run `make' without going through this Makefile.
  138. # To change the values of `make' variables: instead of editing Makefiles,
  139. # (1) if the variable is set in `config.status', edit `config.status'
  140. #     (which will cause the Makefiles to be regenerated when you run `make');
  141. # (2) otherwise, pass the desired values on the `make' command line.
  142.  
  143. @SET_MAKE@
  144.  
  145. all-recursive install-data-recursive install-exec-recursive \
  146. installdirs-recursive install-recursive uninstall-recursive \
  147. check-recursive installcheck-recursive info-recursive dvi-recursive \
  148. mostlyclean-recursive clean-recursive distclean-recursive \
  149. maintainer-clean-recursive:
  150.     for subdir in $(SUBDIRS); do        \
  151.       target=`echo $@ | sed s/-recursive//`; \
  152.       echo making $$target in $$subdir;    \
  153.       (cd $$subdir && $(MAKE) $$target)    \
  154.        || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
  155.     done && test -z "$$fail"
  156.  
  157. tags: TAGS
  158.  
  159. tags-recursive:
  160.     list="$(SUBDIRS)"; for subdir in $$list; do \
  161.       (cd $$subdir && $(MAKE) tags); \
  162.     done
  163.  
  164. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(CONFIG_HEADER) \
  165.         $(TAGS_DEPENDENCIES)
  166.     tags=; \
  167.     here=`pwd`; \
  168.     for subdir in $(SUBDIRS); do \
  169.       test -f $$subdir/TAGS && { \
  170.         tags="$$tags -i $$here/$$subdir/TAGS"; \
  171.       } \
  172.     done; \
  173.     test -z "$(ETAGS_ARGS)$(CONFIG_HEADER)$(SOURCES)$(HEADERS)$$tags" \
  174.       || etags $(ETAGS_ARGS) $$tags $(CONFIG_HEADER) $(SOURCES) $(HEADERS)
  175.  
  176. mostlyclean-tags:
  177.  
  178. clean-tags:
  179.  
  180. distclean-tags:
  181.     rm -f TAGS ID
  182.  
  183. maintainer-clean-tags:
  184.  
  185. distdir = $(PACKAGE)-$(VERSION)
  186. # This target untars the dist file and tries a VPATH configuration.  Then
  187. # it guarantees that the distribution is self-contained by making another
  188. # tarfile.
  189. distcheck: dist
  190.     rm -rf $(distdir)
  191.     $(TAR) zxf $(distdir).tar.gz
  192.     mkdir $(distdir)/=build
  193.     mkdir $(distdir)/=inst
  194.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  195.     cd $(distdir)/=build \
  196.       && ../configure --srcdir=.. --prefix=$$dc_install_base \
  197.       && $(MAKE) \
  198.       && $(MAKE) check \
  199.       && $(MAKE) install \
  200.       && $(MAKE) installcheck \
  201.       && $(MAKE) dist
  202.     rm -rf $(distdir)
  203.     @echo "========================"; \
  204.     echo "$(distdir).tar.gz is ready for distribution"; \
  205.     echo "========================"
  206. dist: distdir
  207.     chmod -R a+r $(distdir)
  208.     $(TAR) chozf $(distdir).tar.gz $(distdir)
  209.     rm -rf $(distdir)
  210. distdir: $(DEP_DISTFILES)
  211.     rm -rf $(distdir)
  212.     mkdir $(distdir)
  213.     chmod 777 $(distdir)
  214.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  215.       test -f $(distdir)/$$file \
  216.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  217.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  218.     done
  219.     for subdir in $(SUBDIRS); do        \
  220.       test -d $(distdir)/$$subdir        \
  221.       || mkdir $(distdir)/$$subdir        \
  222.       || exit 1;                \
  223.       chmod 777 $(distdir)/$$subdir;    \
  224.       (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
  225.         || exit 1; \
  226.     done
  227. info: info-recursive
  228.  
  229. dvi: dvi-recursive
  230.  
  231. check: check-recursive
  232.  
  233. installcheck: installcheck-recursive
  234.  
  235. all-recursive-hack: $(CONFIG_HEADER)
  236.     $(MAKE) all-recursive
  237.  
  238. all-am: $(MANS) Makefile config.h
  239.  
  240. install-data-am: install-man
  241.  
  242. uninstall-am: uninstall-man
  243.  
  244. install-exec: install-exec-recursive
  245.  
  246. install-data: install-data-recursive install-data-am
  247.  
  248. install: install-recursive install-data-am
  249.     @:
  250.  
  251. uninstall: uninstall-recursive uninstall-am
  252.  
  253. all: all-recursive-hack all-am
  254.  
  255. install-strip:
  256.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  257. installdirs: installdirs-recursive
  258.     $(mkinstalldirs)  $(mandir)/man1
  259.  
  260.  
  261. mostlyclean-generic:
  262.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  263.  
  264. clean-generic:
  265.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  266.  
  267. distclean-generic:
  268.     rm -f Makefile $(DISTCLEANFILES)
  269.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  270.  
  271. maintainer-clean-generic:
  272.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  273.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  274. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  275.  
  276. clean-am:  clean-tags clean-generic mostlyclean-am 
  277.  
  278. distclean-am:  distclean-tags distclean-generic clean-am 
  279.  
  280. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  281.         distclean-am 
  282.  
  283. mostlyclean:  mostlyclean-am mostlyclean-recursive
  284.  
  285. clean:  clean-am clean-recursive
  286.  
  287. distclean:  distclean-am distclean-recursive
  288.     rm -f config.status
  289.  
  290. maintainer-clean:  maintainer-clean-am maintainer-clean-recursive
  291.     @echo "This command is intended for maintainers to use;"
  292.     @echo "it deletes files that may require special tools to rebuild."
  293.     rm -f config.status
  294.  
  295. .PHONY: default install-man uninstall-man install-data-recursive \
  296. uninstall-data-recursive install-exec-recursive \
  297. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  298. all-recursive check-recursive installcheck-recursive info-recursive \
  299. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  300. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  301. distclean-tags clean-tags maintainer-clean-tags distdir info dvi check \
  302. installcheck all-recursive-hack all-am install-data-am uninstall-am \
  303. install-exec install-data install uninstall all installdirs \
  304. mostlyclean-generic distclean-generic clean-generic \
  305. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  306.  
  307.  
  308. enscript.man.html: enscript.1
  309.     nroff -man $(srcdir)/enscript.1 \
  310.     | man2html -title "GNU enscript" >enscript.man.html
  311. .SUFFIXES:
  312.  
  313. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  314. # Otherwise a system limit (for SysV at least) may be exceeded.
  315. .NOEXPORT:
  316.